home *** CD-ROM | disk | FTP | other *** search
- object ContactForm1: TContactForm1
- Left = 50
- Top = 150
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = RadioGroup
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Credits and Contact Information'
- ClientHeight = 268
- ClientWidth = 362
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label4: TLabel
- Left = 28
- Top = 172
- Width = 53
- Height = 13
- AutoSize = False
- Caption = 'E-Mail:'
- end
- object Label5: TLabel
- Left = 28
- Top = 200
- Width = 53
- Height = 13
- AutoSize = False
- Caption = 'Web page:'
- end
- object Image1: TImage
- Left = 28
- Top = 64
- Width = 32
- Height = 32
- Hint = 'Boit!'
- AutoSize = True
- Center = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object OKButton: TButton
- Left = 91
- Top = 232
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object RadioGroup: TRadioGroup
- Left = 93
- Top = 9
- Width = 252
- Height = 140
- ItemIndex = 0
- Items.Strings = (
- 'John Croudy (Author)'
- 'Satu Ilva (Feedback and testing)'
- 'Pink Mouse (Producer)'
- 'Jordan Russell (ToolBar97)'
- 'Chris Losinger (JPEG library wrapper)')
- TabOrder = 1
- OnClick = RadioGroupClick
- end
- object Edit1: TEdit
- Left = 92
- Top = 168
- Width = 253
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 92
- Top = 196
- Width = 253
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object BrowserButton: TButton
- Left = 184
- Top = 232
- Width = 161
- Height = 25
- Caption = '&Open in Default Browser'
- TabOrder = 4
- OnClick = BrowserButtonClick
- end
- end
-